var crypto/hpke.dhKEMX25519
4 uses
crypto/hpke (current package)
kem.go#L137: var dhKEMX25519 = &dhKEM{HKDFSHA256(), 0x0020, ecdh.X25519(), 32, 32, 32}
kem.go#L156: return dhKEMX25519
kem.go#L311: if kem == dhKEMX25519 {
kem.go#L355: if k.kem == dhKEMX25519 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |